C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1KeyedList<TKey,TItem> Class
The type of key.
The page item type.
Members

C1KeyedList<TKey,TItem> Class
Represents the pages of document.
Object Model
C1KeyedList<TKey,TItem> Class
Syntax
'Declaration
 
Public Class C1KeyedList
    (Of TKey As IComparable(Of TKey),
     TItem As IC1KeyedItem(Of TKey)) 
 
Type Parameters
TKey
The type of key.
TItem
The page item type.
Inheritance Hierarchy

System.Object
   C1.WPF.Document.C1KeyedList<TKey,TItem>

See Also